chore: bump libc and sqlite to fix flatpak builds#7275
Open
siddarthkay wants to merge 2 commits intodevelopfrom
Open
chore: bump libc and sqlite to fix flatpak builds#7275siddarthkay wants to merge 2 commits intodevelopfrom
siddarthkay wants to merge 2 commits intodevelopfrom
Conversation
Member
Jenkins BuildsClick to see older builds (67)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7275 +/- ##
===========================================
- Coverage 60.11% 60.04% -0.08%
===========================================
Files 831 831
Lines 114623 114623
===========================================
- Hits 68908 68824 -84
- Misses 38638 38704 +66
- Partials 7077 7095 +18
Flags with carried forward coverage won't be shown. Click here to find out more. |
d4e1527 to
64b38bf
Compare
ce785b5 to
18a1b4b
Compare
1 task
igor-sirotin
approved these changes
Feb 16, 2026
friofry
approved these changes
Feb 16, 2026
18a1b4b to
d4ea3c5
Compare
jakubgs
approved these changes
Feb 17, 2026
needed to fix issues with running flatpak in status-desktop linux builds. Otherwise they panic like this : ``` goroutine 1 [running]: modernc.org/libc/honnef.co/go/netdb.init.0() /home/jenkins/go/pkg/mod/modernc.org/libc@v1.11.82/honnef.co/go/netdb/netdb.go:716 +0x6cf SIGABRT: Abnormal termination. ```
otherwise windows build fails due to newer libc
d4ea3c5 to
96acddf
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
needed to fix issues with running flatpak in status-desktop linux builds. Otherwise they panic like this :
status-app PR : status-im/status-app#19340